
/* @media only creen and (max-height:100px) and  (vertical-scrollbar:[on-top]) { */


.mbarra-top {    
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 1000;
}


.mbarra {
  overflow: hidden;  
  /* position: static ; */
  left: 0;
  /* min-width: 100%;  */
  border: 1px solid white;
  background:#150f96;
  color:#ffffff !important;
  top: 0 !important;
  margin-bottom: 0px !important;
  border-radius: 0px !important;
  z-index: 1;
}
.mbarra-w100 {
  min-width: 100%;
  
}
.mbarra-w98 {
  min-width: 98%;
  
}
